1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctKho
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 =
new System.Windows.Forms.DataGridViewCellStyle();
32             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 =
new System.Windows.Forms.DataGridViewCellStyle();
33             
this.label21 = new System.Windows.Forms.Label();
34             
this.panel1 = new System.Windows.Forms.Panel();
35             
this.panel3 = new System.Windows.Forms.Panel();
36             
this.dgvDanhSachKho = new System.Windows.Forms.DataGridView();
37             
this.SoLuongTrongKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.SoLuongDaBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.NgayTao = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.MaSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.IdKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.TiLeLoiNhuan = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.GiaBanBuon = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.MaVietTat = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.TenSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.SoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.ChietKhauPhanTram = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             
this.Thue = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             
this.GiaNhap = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.ThanhTienNhapHang = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.GiaBanLe = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.CKSuat = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.ThueSuat = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.NhaCungCap = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             
this.HanSuDung = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             
this.panel2 = new System.Windows.Forms.Panel();
59             
this.linkLabel_DsachTonKho = new System.Windows.Forms.LinkLabel();
60             
this.chkGiaTheoNhieusp = new System.Windows.Forms.CheckBox();
61             
this.linkLabel_Menu = new System.Windows.Forms.LinkLabel();
62             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
63             
this.linkLabel_XuatExcel = new System.Windows.Forms.LinkLabel();
64             
this.btnTiep = new System.Windows.Forms.Button();
65             
this.btnTimKiem = new System.Windows.Forms.Button();
66             
this.ckbThayDoiMaSanPham = new System.Windows.Forms.CheckBox();
67             
this.ckbThietLapGia = new System.Windows.Forms.CheckBox();
68             
this.btnSau = new System.Windows.Forms.Button();
69             
this.grbNCC = new System.Windows.Forms.GroupBox();
70             
this.label1 = new System.Windows.Forms.Label();
71             
this.txtHoTenNCC = new System.Windows.Forms.TextBox();
72             
this.linkLabel_TatCaNCC = new System.Windows.Forms.LinkLabel();
73             
this.linkLabel_NhaCungCap = new System.Windows.Forms.LinkLabel();
74             
this.cmbDonViTinh_TimKiem = new System.Windows.Forms.ComboBox();
75             
this.label10 = new System.Windows.Forms.Label();
76             
this.label13 = new System.Windows.Forms.Label();
77             
this.label12 = new System.Windows.Forms.Label();
78             
this.label11 = new System.Windows.Forms.Label();
79             
this.txtMaSanPhamOrMaVietTat_TimKiem = new System.Windows.Forms.TextBox();
80             
this.txtTenSanPham_TimKiem = new System.Windows.Forms.TextBox();
81             
this.panel1.SuspendLayout();
82             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachKho)).BeginInit();
83             
this.panel2.SuspendLayout();
84             
this.grbNCC.SuspendLayout();
85             
this.SuspendLayout();
86             
//
87             
// label21
88             
//
89             
this.label21.AutoSize = true;
90             
this.label21.Location = new System.Drawing.Point(8, 1284);
91             
this.label21.Name = "label21";
92             
this.label21.Size = new System.Drawing.Size(54, 18);
93             
this.label21.TabIndex = 3;
94             
this.label21.Text = "label21";
95             
//
96             
// panel1
97             
//
98             
this.panel1.AutoScroll = true;
99             
this.panel1.Controls.Add(this.panel3);
100             
this.panel1.Controls.Add(this.dgvDanhSachKho);
101             
this.panel1.Controls.Add(this.panel2);
102             
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
103             
this.panel1.Location = new System.Drawing.Point(0, 0);
104             
this.panel1.Name = "panel1";
105             
this.panel1.Size = new System.Drawing.Size(1024, 800);
106             
this.panel1.TabIndex = 4;
107             
//
108             
// panel3
109             
//
110             
this.panel3.Location = new System.Drawing.Point(3, 636);
111             
this.panel3.Name = "panel3";
112             
this.panel3.Size = new System.Drawing.Size(1018, 147);
113             
this.panel3.TabIndex = 2;
114             
//
115             
// dgvDanhSachKho
116             
//
117             
this.dgvDanhSachKho.AllowUserToAddRows = false;
118             
this.dgvDanhSachKho.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
119             | System.Windows.Forms.AnchorStyles.Right)));
120             
this.dgvDanhSachKho.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
121             
this.dgvDanhSachKho.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
122             
this.dgvDanhSachKho.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
123             
this.SoLuongTrongKho,
124             
this.SoLuongDaBan,
125             
this.NgayTao,
126             
this.MaSanPham,
127             
this.IdKho,
128             
this.TiLeLoiNhuan,
129             
this.GiaBanBuon,
130             
this.STT,
131             
this.MaVietTat,
132             
this.TenSanPham,
133             
this.TenDonViTinh,
134             
this.SoLuong,
135             
this.ChietKhauPhanTram,
136             
this.Thue,
137             
this.GiaNhap,
138             
this.ThanhTienNhapHang,
139             
this.GiaBanLe,
140             
this.CKSuat,
141             
this.ThueSuat,
142             
this.NhaCungCap,
143             
this.HanSuDung});
144             
this.dgvDanhSachKho.Location = new System.Drawing.Point(3, 174);
145             
this.dgvDanhSachKho.Name = "dgvDanhSachKho";
146             
this.dgvDanhSachKho.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
147             
this.dgvDanhSachKho.RowTemplate.Height = 30;
148             
this.dgvDanhSachKho.RowTemplate.ReadOnly = true;
149             
this.dgvDanhSachKho.Size = new System.Drawing.Size(1004, 456);
150             
this.dgvDanhSachKho.TabIndex = 1;
151             
this.dgvDanhSachKho.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDanhSachKho_CellClick);
152             
//
153             
// SoLuongTrongKho
154             
//
155             
this.SoLuongTrongKho.FillWeight = 80F;
156             
this.SoLuongTrongKho.HeaderText = "S.L Tồn";
157             
this.SoLuongTrongKho.Name = "SoLuongTrongKho";
158             
this.SoLuongTrongKho.Visible = false;
159             
this.SoLuongTrongKho.Width = 80;
160             
//
161             
// SoLuongDaBan
162             
//
163             
this.SoLuongDaBan.FillWeight = 80F;
164             
this.SoLuongDaBan.HeaderText = "S.L Đã bán";
165             
this.SoLuongDaBan.Name = "SoLuongDaBan";
166             
this.SoLuongDaBan.Visible = false;
167             
this.SoLuongDaBan.Width = 80;
168             
//
169             
// NgayTao
170             
//
171             
this.NgayTao.HeaderText = "Ngày nhập";
172             
this.NgayTao.Name = "NgayTao";
173             
this.NgayTao.Visible = false;
174             
//
175             
// MaSanPham
176             
//
177             
this.MaSanPham.FillWeight = 130F;
178             
this.MaSanPham.HeaderText = "Mã sản phẩm";
179             
this.MaSanPham.Name = "MaSanPham";
180             
this.MaSanPham.Visible = false;
181             
this.MaSanPham.Width = 130;
182             
//
183             
// IdKho
184             
//
185             
this.IdKho.HeaderText = "IdKho";
186             
this.IdKho.Name = "IdKho";
187             
this.IdKho.Resizable = System.Windows.Forms.DataGridViewTriState.True;
188             
this.IdKho.Visible = false;
189             
//
190             
// TiLeLoiNhuan
191             
//
192             
this.TiLeLoiNhuan.FillWeight = 80F;
193             
this.TiLeLoiNhuan.HeaderText = "Tỉ lệ lợi nhuận";
194             
this.TiLeLoiNhuan.Name = "TiLeLoiNhuan";
195             
this.TiLeLoiNhuan.Visible = false;
196             
this.TiLeLoiNhuan.Width = 80;
197             
//
198             
// GiaBanBuon
199             
//
200             
this.GiaBanBuon.FillWeight = 120F;
201             
this.GiaBanBuon.HeaderText = "Giá bán buôn";
202             
this.GiaBanBuon.Name = "GiaBanBuon";
203             
this.GiaBanBuon.Visible = false;
204             
this.GiaBanBuon.Width = 120;
205             
//
206             
// STT
207             
//
208             
this.STT.FillWeight = 50F;
209             
this.STT.HeaderText = "STT";
210             
this.STT.Name = "STT";
211             
this.STT.Width = 50;
212             
//
213             
// MaVietTat
214             
//
215             
this.MaVietTat.FillWeight = 150F;
216             
this.MaVietTat.HeaderText = "Mã sp, mã viết tắt";
217             
this.MaVietTat.Name = "MaVietTat";
218             
this.MaVietTat.Width = 150;
219             
//
220             
// TenSanPham
221             
//
222             
this.TenSanPham.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
223             dataGridViewCellStyle19.Padding =
new System.Windows.Forms.Padding(0, 5, 0, 5);
224             dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
225             
this.TenSanPham.DefaultCellStyle = dataGridViewCellStyle19;
226             
this.TenSanPham.FillWeight = 160F;
227             
this.TenSanPham.HeaderText = "Tên sản phẩm";
228             
this.TenSanPham.Name = "TenSanPham";
229             
//
230             
// TenDonViTinh
231             
//
232             
this.TenDonViTinh.FillWeight = 90F;
233             
this.TenDonViTinh.HeaderText = "Đ.V.Tính";
234             
this.TenDonViTinh.Name = "TenDonViTinh";
235             
this.TenDonViTinh.Width = 90;
236             
//
237             
// SoLuong
238             
//
239             
this.SoLuong.FillWeight = 80F;
240             
this.SoLuong.HeaderText = "S.L nhập";
241             
this.SoLuong.Name = "SoLuong";
242             
this.SoLuong.Width = 80;
243             
//
244             
// ChietKhauPhanTram
245             
//
246             
this.ChietKhauPhanTram.FillWeight = 50F;
247             
this.ChietKhauPhanTram.HeaderText = "C.K";
248             
this.ChietKhauPhanTram.Name = "ChietKhauPhanTram";
249             
this.ChietKhauPhanTram.Width = 50;
250             
//
251             
// Thue
252             
//
253             
this.Thue.FillWeight = 50F;
254             
this.Thue.HeaderText = "Thuế";
255             
this.Thue.Name = "Thue";
256             
this.Thue.Width = 50;
257             
//
258             
// GiaNhap
259             
//
260             
this.GiaNhap.FillWeight = 120F;
261             
this.GiaNhap.HeaderText = "Giá nhập";
262             
this.GiaNhap.Name = "GiaNhap";
263             
this.GiaNhap.Width = 120;
264             
//
265             
// ThanhTienNhapHang
266             
//
267             
this.ThanhTienNhapHang.HeaderText = "Thành tiền";
268             
this.ThanhTienNhapHang.Name = "ThanhTienNhapHang";
269             
this.ThanhTienNhapHang.Visible = false;
270             
//
271             
// GiaBanLe
272             
//
273             dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
274             
this.GiaBanLe.DefaultCellStyle = dataGridViewCellStyle20;
275             
this.GiaBanLe.FillWeight = 120F;
276             
this.GiaBanLe.HeaderText = "Giá bán lẻ *";
277             
this.GiaBanLe.Name = "GiaBanLe";
278             
this.GiaBanLe.Width = 120;
279             
//
280             
// CKSuat
281             
//
282             
this.CKSuat.FillWeight = 70F;
283             
this.CKSuat.HeaderText = "CK suất";
284             
this.CKSuat.Name = "CKSuat";
285             
this.CKSuat.Visible = false;
286             
this.CKSuat.Width = 70;
287             
//
288             
// ThueSuat
289             
//
290             
this.ThueSuat.FillWeight = 70F;
291             
this.ThueSuat.HeaderText = "Thuế suất";
292             
this.ThueSuat.Name = "ThueSuat";
293             
this.ThueSuat.Visible = false;
294             
this.ThueSuat.Width = 70;
295             
//
296             
// NhaCungCap
297             
//
298             
this.NhaCungCap.HeaderText = "Nhà cung cấp";
299             
this.NhaCungCap.Name = "NhaCungCap";
300             
//
301             
// HanSuDung
302             
//
303             
this.HanSuDung.HeaderText = "Hạn sử dụng *";
304             
this.HanSuDung.Name = "HanSuDung";
305             
//
306             
// panel2
307             
//
308             
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
309             | System.Windows.Forms.AnchorStyles.Right)));
310             
this.panel2.Controls.Add(this.linkLabel_DsachTonKho);
311             
this.panel2.Controls.Add(this.chkGiaTheoNhieusp);
312             
this.panel2.Controls.Add(this.linkLabel_Menu);
313             
this.panel2.Controls.Add(this.lblTongSoBanGhiHienThi);
314             
this.panel2.Controls.Add(this.linkLabel_XuatExcel);
315             
this.panel2.Controls.Add(this.btnTiep);
316             
this.panel2.Controls.Add(this.btnTimKiem);
317             
this.panel2.Controls.Add(this.ckbThayDoiMaSanPham);
318             
this.panel2.Controls.Add(this.ckbThietLapGia);
319             
this.panel2.Controls.Add(this.btnSau);
320             
this.panel2.Controls.Add(this.grbNCC);
321             
this.panel2.Controls.Add(this.linkLabel_NhaCungCap);
322             
this.panel2.Controls.Add(this.cmbDonViTinh_TimKiem);
323             
this.panel2.Controls.Add(this.label10);
324             
this.panel2.Controls.Add(this.label13);
325             
this.panel2.Controls.Add(this.label12);
326             
this.panel2.Controls.Add(this.label11);
327             
this.panel2.Controls.Add(this.txtMaSanPhamOrMaVietTat_TimKiem);
328             
this.panel2.Controls.Add(this.txtTenSanPham_TimKiem);
329             
this.panel2.Location = new System.Drawing.Point(3, 3);
330             
this.panel2.Name = "panel2";
331             
this.panel2.Size = new System.Drawing.Size(1018, 165);
332             
this.panel2.TabIndex = 0;
333             
//
334             
// linkLabel_DsachTonKho
335             
//
336             
this.linkLabel_DsachTonKho.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
337             
this.linkLabel_DsachTonKho.AutoSize = true;
338             
this.linkLabel_DsachTonKho.Location = new System.Drawing.Point(871, 20);
339             
this.linkLabel_DsachTonKho.Name = "linkLabel_DsachTonKho";
340             
this.linkLabel_DsachTonKho.Size = new System.Drawing.Size(133, 18);
341             
this.linkLabel_DsachTonKho.TabIndex = 41;
342             
this.linkLabel_DsachTonKho.TabStop = true;
343             
this.linkLabel_DsachTonKho.Text = "Danh sách tồn kho";
344             
this.linkLabel_DsachTonKho.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_DsachTonKho_LinkClicked);
345             
//
346             
// chkGiaTheoNhieusp
347             
//
348             
this.chkGiaTheoNhieusp.AutoSize = true;
349             
this.chkGiaTheoNhieusp.Location = new System.Drawing.Point(512, 134);
350             
this.chkGiaTheoNhieusp.Name = "chkGiaTheoNhieusp";
351             
this.chkGiaTheoNhieusp.Size = new System.Drawing.Size(142, 22);
352             
this.chkGiaTheoNhieusp.TabIndex = 34;
353             
this.chkGiaTheoNhieusp.Text = "Giá theo nhiều sp";
354             
this.chkGiaTheoNhieusp.UseVisualStyleBackColor = true;
355             
this.chkGiaTheoNhieusp.Visible = false;
356             
this.chkGiaTheoNhieusp.CheckedChanged += new System.EventHandler(this.chkGiaTheoNhieusp_CheckedChanged);
357             
//
358             
// linkLabel_Menu
359             
//
360             
this.linkLabel_Menu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
361             
this.linkLabel_Menu.AutoSize = true;
362             
this.linkLabel_Menu.Location = new System.Drawing.Point(362, 134);
363             
this.linkLabel_Menu.Name = "linkLabel_Menu";
364             
this.linkLabel_Menu.Size = new System.Drawing.Size(144, 18);
365             
this.linkLabel_Menu.TabIndex = 31;
366             
this.linkLabel_Menu.TabStop = true;
367             
this.linkLabel_Menu.Text = "Danh sách kiểm kho";
368             
this.linkLabel_Menu.Visible = false;
369             
this.linkLabel_Menu.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_Menu_LinkClicked);
370             
//
371             
// lblTongSoBanGhiHienThi
372             
//
373             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
374             
this.lblTongSoBanGhiHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
375             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(566, 140);
376             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
377             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
378             
this.lblTongSoBanGhiHienThi.TabIndex = 40;
379             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
380             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
381             
//
382             
// linkLabel_XuatExcel
383             
//
384             
this.linkLabel_XuatExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
385             
this.linkLabel_XuatExcel.AutoSize = true;
386             
this.linkLabel_XuatExcel.Location = new System.Drawing.Point(269, 134);
387             
this.linkLabel_XuatExcel.Name = "linkLabel_XuatExcel";
388             
this.linkLabel_XuatExcel.Size = new System.Drawing.Size(78, 18);
389             
this.linkLabel_XuatExcel.TabIndex = 30;
390             
this.linkLabel_XuatExcel.TabStop = true;
391             
this.linkLabel_XuatExcel.Text = "Xuât Excel";
392             
this.linkLabel_XuatExcel.Visible = false;
393             
this.linkLabel_XuatExcel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_XuatExcel_LinkClicked);
394             
//
395             
// btnTiep
396             
//
397             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
398             
this.btnTiep.Location = new System.Drawing.Point(955, 134);
399             
this.btnTiep.Name = "btnTiep";
400             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
401             
this.btnTiep.TabIndex = 38;
402             
this.btnTiep.Text = ">>";
403             
this.btnTiep.UseVisualStyleBackColor = true;
404             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
405             
//
406             
// btnTimKiem
407             
//
408             
this.btnTimKiem.Location = new System.Drawing.Point(725, 78);
409             
this.btnTimKiem.Name = "btnTimKiem";
410             
this.btnTimKiem.Size = new System.Drawing.Size(90, 32);
411             
this.btnTimKiem.TabIndex = 21;
412             
this.btnTimKiem.Text = "Tìm kiếm";
413             
this.btnTimKiem.UseVisualStyleBackColor = true;
414             
this.btnTimKiem.Click += new System.EventHandler(this.btnTimKiem_Click);
415             
//
416             
// ckbThayDoiMaSanPham
417             
//
418             
this.ckbThayDoiMaSanPham.AutoSize = true;
419             
this.ckbThayDoiMaSanPham.Location = new System.Drawing.Point(725, 115);
420             
this.ckbThayDoiMaSanPham.Name = "ckbThayDoiMaSanPham";
421             
this.ckbThayDoiMaSanPham.Size = new System.Drawing.Size(128, 22);
422             
this.ckbThayDoiMaSanPham.TabIndex = 29;
423             
this.ckbThayDoiMaSanPham.Text = "Thay đổi mã sp";
424             
this.ckbThayDoiMaSanPham.UseVisualStyleBackColor = true;
425             
this.ckbThayDoiMaSanPham.Visible = false;
426             
//
427             
// ckbThietLapGia
428             
//
429             
this.ckbThietLapGia.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
430             
this.ckbThietLapGia.AutoSize = true;
431             
this.ckbThietLapGia.Checked = true;
432             
this.ckbThietLapGia.CheckState = System.Windows.Forms.CheckState.Checked;
433             
this.ckbThietLapGia.Location = new System.Drawing.Point(899, 86);
434             
this.ckbThietLapGia.Name = "ckbThietLapGia";
435             
this.ckbThietLapGia.Size = new System.Drawing.Size(105, 22);
436             
this.ckbThietLapGia.TabIndex = 28;
437             
this.ckbThietLapGia.Text = "Thiết lập giá";
438             
this.ckbThietLapGia.UseVisualStyleBackColor = true;
439             
this.ckbThietLapGia.Visible = false;
440             
//
441             
// btnSau
442             
//
443             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
444             
this.btnSau.Location = new System.Drawing.Point(900, 134);
445             
this.btnSau.Name = "btnSau";
446             
this.btnSau.Size = new System.Drawing.Size(49, 30);
447             
this.btnSau.TabIndex = 39;
448             
this.btnSau.Text = "<<";
449             
this.btnSau.UseVisualStyleBackColor = true;
450             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
451             
//
452             
// grbNCC
453             
//
454             
this.grbNCC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
455             | System.Windows.Forms.AnchorStyles.Right)));
456             
this.grbNCC.Controls.Add(this.label1);
457             
this.grbNCC.Controls.Add(this.txtHoTenNCC);
458             
this.grbNCC.Controls.Add(this.linkLabel_TatCaNCC);
459             
this.grbNCC.Location = new System.Drawing.Point(593, 4);
460             
this.grbNCC.Name = "grbNCC";
461             
this.grbNCC.Size = new System.Drawing.Size(260, 72);
462             
this.grbNCC.TabIndex = 27;
463             
this.grbNCC.TabStop = false;
464             
this.grbNCC.Visible = false;
465             
//
466             
// label1
467             
//
468             
this.label1.AutoSize = true;
469             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
470             
this.label1.Location = new System.Drawing.Point(6, 17);
471             
this.label1.Name = "label1";
472             
this.label1.Size = new System.Drawing.Size(71, 18);
473             
this.label1.TabIndex = 28;
474             
this.label1.Text = "Họ và tên";
475             
//
476             
// txtHoTenNCC
477             
//
478             
this.txtHoTenNCC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
479             | System.Windows.Forms.AnchorStyles.Right)));
480             
this.txtHoTenNCC.BackColor = System.Drawing.Color.White;
481             
this.txtHoTenNCC.BorderStyle = System.Windows.Forms.BorderStyle.None;
482             
this.txtHoTenNCC.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
483             
this.txtHoTenNCC.Location = new System.Drawing.Point(99, 14);
484             
this.txtHoTenNCC.Name = "txtHoTenNCC";
485             
this.txtHoTenNCC.ReadOnly = true;
486             
this.txtHoTenNCC.Size = new System.Drawing.Size(155, 20);
487             
this.txtHoTenNCC.TabIndex = 27;
488             
//
489             
// linkLabel_TatCaNCC
490             
//
491             
this.linkLabel_TatCaNCC.AutoSize = true;
492             
this.linkLabel_TatCaNCC.Location = new System.Drawing.Point(6, 47);
493             
this.linkLabel_TatCaNCC.Name = "linkLabel_TatCaNCC";
494             
this.linkLabel_TatCaNCC.Size = new System.Drawing.Size(49, 18);
495             
this.linkLabel_TatCaNCC.TabIndex = 26;
496             
this.linkLabel_TatCaNCC.TabStop = true;
497             
this.linkLabel_TatCaNCC.Text = "Tất cả";
498             
this.linkLabel_TatCaNCC.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_TatCaNCC_LinkClicked);
499             
//
500             
// linkLabel_NhaCungCap
501             
//
502             
this.linkLabel_NhaCungCap.AutoSize = true;
503             
this.linkLabel_NhaCungCap.Location = new System.Drawing.Point(599, 90);
504             
this.linkLabel_NhaCungCap.Name = "linkLabel_NhaCungCap";
505             
this.linkLabel_NhaCungCap.Size = new System.Drawing.Size(99, 18);
506             
this.linkLabel_NhaCungCap.TabIndex = 24;
507             
this.linkLabel_NhaCungCap.TabStop = true;
508             
this.linkLabel_NhaCungCap.Text = "Nhà cung cấp";
509             
this.linkLabel_NhaCungCap.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_NhaCungCap_LinkClicked);
510             
//
511             
// cmbDonViTinh_TimKiem
512             
//
513             
this.cmbDonViTinh_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
514             
this.cmbDonViTinh_TimKiem.FormattingEnabled = true;
515             
this.cmbDonViTinh_TimKiem.Location = new System.Drawing.Point(410, 81);
516             
this.cmbDonViTinh_TimKiem.Name = "cmbDonViTinh_TimKiem";
517             
this.cmbDonViTinh_TimKiem.Size = new System.Drawing.Size(167, 28);
518             
this.cmbDonViTinh_TimKiem.TabIndex = 23;
519             
this.cmbDonViTinh_TimKiem.SelectionChangeCommitted += new System.EventHandler(this.cmbDonViTinh_TimKiem_SelectionChangeCommitted);
520             
//
521             
// label10
522             
//
523             
this.label10.AutoSize = true;
524             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
525             
this.label10.Location = new System.Drawing.Point(11, 0);
526             
this.label10.Name = "label10";
527             
this.label10.Size = new System.Drawing.Size(387, 31);
528             
this.label10.TabIndex = 22;
529             
this.label10.Text = "Danh sách sản phẩm nhập kho";
530             
//
531             
// label13
532             
//
533             
this.label13.AutoSize = true;
534             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
535             
this.label13.Location = new System.Drawing.Point(407, 63);
536             
this.label13.Name = "label13";
537             
this.label13.Size = new System.Drawing.Size(75, 17);
538             
this.label13.TabIndex = 20;
539             
this.label13.Text = "Đơn vị tính";
540             
//
541             
// label12
542             
//
543             
this.label12.AutoSize = true;
544             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
545             
this.label12.Location = new System.Drawing.Point(14, 63);
546             
this.label12.Name = "label12";
547             
this.label12.Size = new System.Drawing.Size(93, 17);
548             
this.label12.TabIndex = 18;
549             
this.label12.Text = "Mã sản phẩm";
550             
//
551             
// label11
552             
//
553             
this.label11.AutoSize = true;
554             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
555             
this.label11.Location = new System.Drawing.Point(214, 63);
556             
this.label11.Name = "label11";
557             
this.label11.Size = new System.Drawing.Size(99, 17);
558             
this.label11.TabIndex = 17;
559             
this.label11.Text = "Tên sản phẩm";
560             
//
561             
// txtMaSanPhamOrMaVietTat_TimKiem
562             
//
563             
this.txtMaSanPhamOrMaVietTat_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
564             
this.txtMaSanPhamOrMaVietTat_TimKiem.Location = new System.Drawing.Point(17, 82);
565             
this.txtMaSanPhamOrMaVietTat_TimKiem.Name = "txtMaSanPhamOrMaVietTat_TimKiem";
566             
this.txtMaSanPhamOrMaVietTat_TimKiem.Size = new System.Drawing.Size(181, 26);
567             
this.txtMaSanPhamOrMaVietTat_TimKiem.TabIndex = 16;
568             
this.txtMaSanPhamOrMaVietTat_TimKiem.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaSanPhamOrMaVietTat_TimKiem_KeyDown);
569             
//
570             
// txtTenSanPham_TimKiem
571             
//
572             
this.txtTenSanPham_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
573             
this.txtTenSanPham_TimKiem.Location = new System.Drawing.Point(217, 82);
574             
this.txtTenSanPham_TimKiem.Name = "txtTenSanPham_TimKiem";
575             
this.txtTenSanPham_TimKiem.Size = new System.Drawing.Size(185, 26);
576             
this.txtTenSanPham_TimKiem.TabIndex = 15;
577             
this.txtTenSanPham_TimKiem.TextChanged += new System.EventHandler(this.txtTenSanPham_TimKiem_TextChanged);
578             
//
579             
// uctKho
580             
//
581             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
582             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
583             
this.BackColor = System.Drawing.Color.White;
584             
this.Controls.Add(this.panel1);
585             
this.Controls.Add(this.label21);
586             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
587             
this.Margin = new System.Windows.Forms.Padding(4);
588             
this.Name = "uctKho";
589             
this.Size = new System.Drawing.Size(1024, 800);
590             
this.Load += new System.EventHandler(this.uctKho_Load);
591             
this.panel1.ResumeLayout(false);
592             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachKho)).EndInit();
593             
this.panel2.ResumeLayout(false);
594             
this.panel2.PerformLayout();
595             
this.grbNCC.ResumeLayout(false);
596             
this.grbNCC.PerformLayout();
597             
this.ResumeLayout(false);
598             
this.PerformLayout();
599
600         }
601
602         
#endregion
603
604         
private System.Windows.Forms.Label label21;
605         
private System.Windows.Forms.Panel panel1;
606         
private System.Windows.Forms.Panel panel2;
607         
private System.Windows.Forms.DataGridView dgvDanhSachKho;
608         
private System.Windows.Forms.Panel panel3;
609         
private System.Windows.Forms.Button btnTimKiem;
610         
private System.Windows.Forms.Label label13;
611         
private System.Windows.Forms.Label label12;
612         
private System.Windows.Forms.Label label11;
613         
private System.Windows.Forms.TextBox txtMaSanPhamOrMaVietTat_TimKiem;
614         
private System.Windows.Forms.TextBox txtTenSanPham_TimKiem;
615         
private System.Windows.Forms.Label label10;
616         
private System.Windows.Forms.ComboBox cmbDonViTinh_TimKiem;
617         
private System.Windows.Forms.LinkLabel linkLabel_NhaCungCap;
618         
private System.Windows.Forms.LinkLabel linkLabel_TatCaNCC;
619         
private System.Windows.Forms.GroupBox grbNCC;
620         
private System.Windows.Forms.TextBox txtHoTenNCC;
621         
private System.Windows.Forms.Label label1;
622         
private System.Windows.Forms.CheckBox ckbThietLapGia;
623         
private System.Windows.Forms.CheckBox ckbThayDoiMaSanPham;
624         
private System.Windows.Forms.LinkLabel linkLabel_XuatExcel;
625         
private System.Windows.Forms.LinkLabel linkLabel_Menu;
626         
private System.Windows.Forms.CheckBox chkGiaTheoNhieusp;
627         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
628         
private System.Windows.Forms.Button btnTiep;
629         
private System.Windows.Forms.Button btnSau;
630         
private System.Windows.Forms.LinkLabel linkLabel_DsachTonKho;
631         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongTrongKho;
632         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongDaBan;
633         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao;
634         
private System.Windows.Forms.DataGridViewTextBoxColumn MaSanPham;
635         
private System.Windows.Forms.DataGridViewTextBoxColumn IdKho;
636         
private System.Windows.Forms.DataGridViewTextBoxColumn TiLeLoiNhuan;
637         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBanBuon;
638         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
639         
private System.Windows.Forms.DataGridViewTextBoxColumn MaVietTat;
640         
private System.Windows.Forms.DataGridViewTextBoxColumn TenSanPham;
641         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
642         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuong;
643         
private System.Windows.Forms.DataGridViewTextBoxColumn ChietKhauPhanTram;
644         
private System.Windows.Forms.DataGridViewTextBoxColumn Thue;
645         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaNhap;
646         
private System.Windows.Forms.DataGridViewTextBoxColumn ThanhTienNhapHang;
647         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBanLe;
648         
private System.Windows.Forms.DataGridViewTextBoxColumn CKSuat;
649         
private System.Windows.Forms.DataGridViewTextBoxColumn ThueSuat;
650         
private System.Windows.Forms.DataGridViewTextBoxColumn NhaCungCap;
651         
private System.Windows.Forms.DataGridViewTextBoxColumn HanSuDung;
652     }
653 }


Gõ tìm kiếm nhanh...